var testing.mutexProfileFraction

5 uses

	testing (current package)
		testing.go#L396: 	mutexProfileFraction = flag.Int("test.mutexprofilefraction", 1, "if >= 0, calls runtime.SetMutexProfileFraction()")
		testing.go#L425: 	mutexProfileFraction *int
		testing.go#L1888: 	if *mutexProfile != "" && *mutexProfileFraction >= 0 {
		testing.go#L1889: 		runtime.SetMutexProfileFraction(*mutexProfileFraction)
		testing.go#L1976: 	if *mutexProfile != "" && *mutexProfileFraction >= 0 {